home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / graphics / rpattr.m < prev    next >
Encoding:
Text File  |  2001-12-31  |  313 b   |  10 lines

  1. CONST    RPTAG_Font=$80000000,
  2.         RPTAG_APen=$80000002,
  3.         RPTAG_BPen=$80000003,
  4.         RPTAG_DrMd=$80000004,
  5.         RPTAG_OutLinePen=$80000005, /* get/set outline pen */
  6.         RPTAG_OutlinePen=$80000005, /* get/set outline pen. corrected case. */
  7.         RPTAG_WriteMask=$80000006,
  8.         RPTAG_MaxPen=$80000007,
  9.         RPTAG_DrawBounds=$80000008
  10.